GetLast(TKey)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Returns the last snapshot of the specified entity.

Syntax

public Snapshot<TKey, TValue> GetLast(
	TKey key
)

Back to index